internal/runtime/maps.Iter.key (field)
8 uses
internal/runtime/maps (current package)
table.go#L642: key unsafe.Pointer // Must be in first position. Write nil to indicate iteration end (see cmd/compile/internal/walk/range.go).
table.go#L715: return it.key
table.go#L813: it.key = nil
table.go#L869: it.key = key
table.go#L873: it.key = nil
table.go#L1002: it.key = key
table.go#L1129: it.key = key
table.go#L1137: it.key = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |